home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / MPI_Initialized.z / MPI_Initialized
Encoding:
Text File  |  2002-10-03  |  2.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MMMMPPPPIIII____IIIINNNNIIIITTTTIIIIAAAALLLLIIIIZZZZEEEEDDDD((((3333))))                                          MMMMPPPPIIII____IIIINNNNIIIITTTTIIIIAAAALLLLIIIIZZZZEEEEDDDD((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      MMMMPPPPIIII____IIIInnnniiiittttiiiiaaaalllliiiizzzzeeeedddd - Indicates whether MMMMPPPPIIII____IIIInnnniiiitttt(3) has been called
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      C:
  13.  
  14.           #include <mpi.h>
  15.  
  16.           int MPI_Initialized( _f_l_a_g )
  17.           int  *_f_l_a_g;
  18.  
  19.  
  20.      C++:
  21.  
  22.           #include <mpi.h>
  23.  
  24.           bool Is_initialized()
  25.  
  26.  
  27.      Fortran:
  28.  
  29.           INCLUDE "mpif.h" (or USE MPI)
  30.  
  31.           LOGICAL _f_l_a_g
  32.           INTEGER _i_e_r_r_o_r
  33.  
  34.           CALL MPI_INITIALIZED(_f_l_a_g, _i_e_r_r_o_r)
  35.  
  36.  
  37. SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
  38.      This release implements the MPI 1.2 standard, as documented by the MPI
  39.      Forum in the spring 1997 release of _M_P_I:  _A _M_e_s_s_a_g_e _P_a_s_s_i_n_g _I_n_t_e_r_f_a_c_e
  40.      _S_t_a_n_d_a_r_d.
  41.  
  42. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  43.      The MMMMPPPPIIII____IIIInnnniiiittttiiiiaaaalllliiiizzzzeeeedddd routine indicates whether the MMMMPPPPIIII____IIIInnnniiiitttt(3) routine has
  44.      been called.  This routine accepts the following parameter:
  45.  
  46.      _f_l_a_g      Returns a flag with a value of ttttrrrruuuueeee if MMMMPPPPIIII____IIIInnnniiiitttt(3) has been
  47.                called and a value of ffffaaaallllsssseeee if it has not been called.
  48.  
  49.      _i_e_r_r_o_r    Specifies the return code value for successful completion,
  50.                which is in MPI_SUCCESS.  MPI_SUCCESS is defined in the mmmmppppiiiiffff....hhhh
  51.                file.
  52.  
  53. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  54.      MMMMPPPPIIII____IIIInnnniiiitttt(3)
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.